Associated Rustc with a build config
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 14 Apr 2018 08:49:13 +0000 (11:49 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 14 Apr 2018 08:49:13 +0000 (11:49 +0300)
commitf5f23c2136a280aa2564ec90c94800452365a7c8
tree6da80d9e96e5b9150517558c033b7155b418f126
parent8c5c9e398d22cf4f7e859a3e7144f2aed8c57a7c
Associated Rustc with a build config

We want to create `rustc` only when we already have workspace, so that
we could use the `target` dir to store cached info about the compiler.
src/bin/cli.rs
src/cargo/core/compiler/compilation.rs
src/cargo/core/compiler/context/compilation_files.rs
src/cargo/core/compiler/context/mod.rs
src/cargo/core/compiler/context/target_info.rs
src/cargo/core/compiler/custom_build.rs
src/cargo/core/compiler/fingerprint.rs
src/cargo/core/compiler/mod.rs
src/cargo/ops/cargo_test.rs
src/cargo/util/config.rs